Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetPdfFileResult Method / GetPdfFileResult(List<Int32>,String) Method


In This Topic
    GetPdfFileResult(List<Int32>,String) Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetPdfFileResult( _
       ByVal sheet As List(Of Integer), _
       ByVal fileName As String _
    ) As ResponseFileContent
    'Usage
     
    
    Dim instance As FpSpread
    Dim sheet As List(Of Integer)
    Dim fileName As String
    Dim value As ResponseFileContent
     
    value = instance.GetPdfFileResult(sheet, fileName)
    protected ResponseFileContent GetPdfFileResult( 
       List<int> sheet,
       string fileName
    )

    Parameters

    sheet
    fileName
    See Also